GetView(IEntityManager, Type[])

Method

Namespace: Ignis

Declared in: Ignis.IgnisExtensions


Gets an entity view which contains entities with the specified components.

Syntax

public static IEntityView GetView(
	IEntityManager em,
	Type[] filter
)

Parameters

em

Entity manager

filter

Required component types

Returns

Entity view


Back to index